home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 2985 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  872 b 

  1. Path: news.imssys.com!newsadm
  2. From: anil kumar m p <akmp@mindware.soft.net>
  3. Newsgroups: comp.lang.c
  4. Subject: C - Fortran Interface
  5. Date: 25 Jan 1996 09:17:27 GMT
  6. Organization: IMS Intercom Online Services 301-856-2706
  7. Message-ID: <4e7hr7$9lj@news.imssys.com>
  8. NNTP-Posting-Host: 164.164.52.102
  9.  
  10. I am calling C functions in Fortran and Fortran functions in C, on
  11.  SGI - Indy.
  12. I am facing the following problems.
  13.   1. Passing 2-Dimensional Arrays between Fortran and C as parameters.
  14.   2. Common Blocks having 2-D arrays and which are shared by C.
  15.   3. File I/o. 
  16.        Common block variable contains the unit no, which corresponds
  17. to a file. How to access the same file in C using File pointers ?
  18.    4. Equivalence of 2-D arrays with 1-D arrays in mixed data type.
  19.  
  20. Any help would be appreciated.
  21.  
  22. Thanking You in Advance.
  23.  
  24. Anil Kumar M. P.
  25. e-mail : akmp@mindware.soft.net
  26.